Changeset 3927 for trunk/MagicSoft/Mars/msql/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msql/Makefile
r3328 r3927 9 9 include ../Makefile.conf.general 10 10 11 ############################################################ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = msql.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mraw 25 26 .SUFFIXES: .c .cc .cxx .h .hxx .o27 22 28 23 SRCFILES = \ … … 30 25 MSqlInsertRun.cc 31 26 32 SRCS = $(SRCFILES)33 HEADERS = $(SRCFILES:.cc=.h)34 OBJS = $(SRCFILES:.cc=.o)35 36 27 ############################################################ 37 28 38 all: $( LIB)29 all: $(OBJS) 39 30 40 31 include ../Makefile.rules 41 32 42 #clean: rmcint rmobjs rmcore rmlib43 44 33 mrproper: clean rmbak 45 46 # @endcode47 48
Note:
See TracChangeset
for help on using the changeset viewer.