]> andersk Git - moira.git/blobdiff - db/Makefile
check for running out of memory; load strings first; check string
[moira.git] / db / Makefile
index 84f35f3557ca6353a070734b527437453d05ef4b..5fa950c64340649134040d3050f3c2c145769f5a 100644 (file)
@@ -6,7 +6,7 @@
 
 
 INGLIB=/usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib
-OBJS=newsms.o tables.o ../server/queries.o ../server/queries2.o
+OBJS=newsms.o tables.o ../server/queries2.o
 CFLAGS= -I../include -O
 .SUFFIXES: .qc
 
@@ -14,7 +14,11 @@ CFLAGS= -I../include -O
        rm -f $*.c
        /usr/rtingres/bin/eqc -p $*
 
-all: newsms class convert
+all: newsms class convert imembers
+
+imembers: imembers.o
+       cc -o imembers imembers.o ../lib/libsms.a ${INGLIB}
+imembers.c: imembers.qc
 
 newsms: ${OBJS}
        cc -o newsms ${OBJS} ${INGLIB}
@@ -38,7 +42,7 @@ match.c: match.qc
 
 clean:
        rm -f *.o newsms.c tables.c newsms extractdb extract.c class class.c
-       rm -f convert conv.c match.c data.c
+       rm -f convert conv.c match.c data.c imembers.c imembers
 
 install: newsms
        install newsms ../bin
This page took 0.048703 seconds and 4 git commands to generate.