Ignore:
Timestamp:
05/01/04 16:33:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msql/Makefile

    r3328 r3927  
    99include ../Makefile.conf.general
    1010
     11############################################################
     12
    1113#
    1214# Handling name of the Root Dictionary Files
     
    1517
    1618#
    17 # Library name to creatre
    18 #
    19 LIB   = msql.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mraw
    25 
    26 .SUFFIXES: .c .cc .cxx .h .hxx .o
    2722
    2823SRCFILES = \
     
    3025        MSqlInsertRun.cc
    3126
    32 SRCS    = $(SRCFILES)
    33 HEADERS = $(SRCFILES:.cc=.h)
    34 OBJS    = $(SRCFILES:.cc=.o)
    35 
    3627############################################################
    3728
    38 all: $(LIB)
     29all: $(OBJS)
    3930
    4031include ../Makefile.rules
    4132
    42 #clean: rmcint rmobjs rmcore rmlib
    43 
    4433mrproper:       clean rmbak
    45 
    46 # @endcode
    47 
    48 
Note: See TracChangeset for help on using the changeset viewer.