Changeset 8809 for trunk/MagicSoft/Cosy/devdrv/Makefile
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/devdrv/Makefile
r7787 r8809 6 6 # 7 7 ################################################################## 8 # @maintitle9 8 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 9 include ../Makefile.conf.$(OSTYPE) 18 10 include ../Makefile.conf.general 19 11 20 # @endcode21 22 12 DEFINES = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -DSHOW 23 INCLUDES = -I. -I.. -I../base -I../candrv -I../incl -I../mars 24 25 # @code 13 INCLUDES = -I. -I.. -I../base -I../candrv -I../incl -I../mars -I../tcpip 26 14 27 15 CINT = Devdrv 28 LIB = devdrv.a29 16 30 17 #------------------------------------------------------------------------------ 31 18 32 .SUFFIXES: .c .cc .cxx .h .hxx .o33 34 19 SRCFILES = shaftencoder.cc macs.cc 35 36 SRCS = $(SRCFILES)37 HEADERS = $(SRCFILES:.cc=.h)38 OBJS = $(SRCFILES:.cc=.o)39 CINTHEADERS = $(HEADERS)40 20 41 21 ############################################################ 42 22 43 all: $( LIB)23 all: $(OBJS) 44 24 45 25 include ../Makefile.rules 46 26 47 clean: rmlib rmcint rmobjs rmcore48 49 27 mrproper: clean rmbak 50 51 # @endcode52
Note:
See TracChangeset
for help on using the changeset viewer.