Updated the list of dependencies
This commit is contained in:
parent
90e53e4410
commit
45a0b773a3
|
@ -19,7 +19,7 @@ INSTALL = install
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
$(OBJDIR)Dummy.h: ../data/Dummy.interface
|
||||
$(OBJDIR)Dummy.h: ../data/Dummy.interface ../tools/appbroker.sh
|
||||
../tools/appbroker.sh -P "$(PREFIX)" -- "$(OBJDIR)Dummy.h"
|
||||
|
||||
appclient_OBJS = $(OBJDIR)appclient.o
|
||||
|
@ -73,7 +73,7 @@ $(OBJDIR)appclient.o: appclient.c ../src/libApp.a
|
|||
$(OBJDIR)appmessage.o: appmessage.c ../src/libApp.a
|
||||
$(CC) $(appmessage_CFLAGS) -o $(OBJDIR)appmessage.o -c appmessage.c
|
||||
|
||||
$(OBJDIR)appserver.o: appserver.c ../src/libApp.a
|
||||
$(OBJDIR)appserver.o: appserver.c ../src/libApp.a $(OBJDIR)Dummy.h
|
||||
$(CC) $(appserver_CFLAGS) -o $(OBJDIR)appserver.o -c appserver.c
|
||||
|
||||
$(OBJDIR)includes.o: includes.c
|
||||
|
|
|
@ -9,7 +9,7 @@ dist=Makefile,tests.sh
|
|||
[Dummy.h]
|
||||
type=script
|
||||
script=../tools/appbroker.sh
|
||||
depends=../data/Dummy.interface
|
||||
depends=../data/Dummy.interface,../tools/appbroker.sh
|
||||
|
||||
[appclient]
|
||||
type=binary
|
||||
|
@ -33,7 +33,7 @@ sources=appserver.c
|
|||
ldflags=../src/libApp.a
|
||||
|
||||
[appserver.c]
|
||||
depends=../src/libApp.a
|
||||
depends=../src/libApp.a,$(OBJDIR)Dummy.h
|
||||
|
||||
[includes]
|
||||
type=binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user