Restored some dependencies
This commit is contained in:
parent
f302ae2273
commit
451981f8ad
|
@ -30,13 +30,13 @@ libApp.a: $(libApp_OBJS)
|
||||||
libApp.so: $(libApp_OBJS)
|
libApp.so: $(libApp_OBJS)
|
||||||
$(LD) -o libApp.so -Wl,-soname,libApp.so.0 $(libApp_OBJS) $(libApp_LDFLAGS)
|
$(LD) -o libApp.so -Wl,-soname,libApp.so.0 $(libApp_OBJS) $(libApp_LDFLAGS)
|
||||||
|
|
||||||
appclient.o: appclient.c
|
appclient.o: appclient.c appinterface.h
|
||||||
$(CC) $(libApp_CFLAGS) -c appclient.c
|
$(CC) $(libApp_CFLAGS) -c appclient.c
|
||||||
|
|
||||||
appinterface.o: appinterface.c
|
appinterface.o: appinterface.c
|
||||||
$(CC) $(libApp_CFLAGS) -c appinterface.c
|
$(CC) $(libApp_CFLAGS) -c appinterface.c
|
||||||
|
|
||||||
appserver.o: appserver.c
|
appserver.o: appserver.c appinterface.h ../config.h
|
||||||
$(CC) $(libApp_CFLAGS) -c appserver.c
|
$(CC) $(libApp_CFLAGS) -c appserver.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -11,3 +11,12 @@ type=library
|
||||||
sources=appclient.c,appinterface.c,appserver.c
|
sources=appclient.c,appinterface.c,appserver.c
|
||||||
ldflags=`pkg-config --libs libSystem` -ldl -lsocket
|
ldflags=`pkg-config --libs libSystem` -ldl -lsocket
|
||||||
install=$(LIBDIR)
|
install=$(LIBDIR)
|
||||||
|
|
||||||
|
[appclient.c]
|
||||||
|
depends=appinterface.h
|
||||||
|
|
||||||
|
[appinterface.h]
|
||||||
|
depends=../config.h
|
||||||
|
|
||||||
|
[appserver.c]
|
||||||
|
depends=appinterface.h,../config.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user