URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [eth/] [synth/] [ecosynth/] [v2_0/] [doc/] [makefile] - Rev 27
Go to most recent revision | Compare with Previous | Blame | View Log
#=============================================================================
#
# makefile
#
# For building the synthetic target ethernet package documentation
#
#=============================================================================
#####COPYRIGHTBEGIN####
#
# ===============================================================
# Copyright (C) 2002 Bart Veer
# This material may be distributed only subject to the terms
# and conditions set forth in the Open Publication License, v1.0
# or later (the latest version is presently available at
# http://www.opencontent.org/openpub/)
# ===============================================================
#
#####COPYRIGHTEND####
#=============================================================================
#####DESCRIPTIONBEGIN####
#
# Author(s): bartv
# Date: 2002-08-20
#####DESCRIPTIONEND####
#=============================================================================
TOPLEVEL := ../../../../../..
MAIN_SGML := syntheth.sgml
MAIN_HTML := devs-eth-synth.html
MAIN_PDF := devs-eth-synth.pdf
OTHER_SGML :=
PICTURES :=
include $(TOPLEVEL)/pkgconf/rules.doc
Go to most recent revision | Compare with Previous | Blame | View Log