Changeset 3927 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/Makefile
r2800 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 = mgui.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgeom 25 22 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 30 23 SRCFILES = MHexagon.cc \ 31 24 MCamEvent.cc 32 25 33 SRCS = $(SRCFILES)34 HEADERS = $(SRCFILES:.cc=.h)35 OBJS = $(SRCFILES:.cc=.o)36 37 26 ############################################################ 38 27 39 all: $( LIB)28 all: $(OBJS) 40 29 41 30 include ../Makefile.rules 42 31 43 #clean: rmcint rmobjs rmcore rmlib44 45 32 mrproper: clean rmbak 46 47 # @endcode48
Note:
See TracChangeset
for help on using the changeset viewer.