This commit is contained in:
+20
-12
@@ -48,7 +48,7 @@ LDFLAGS=
|
||||
PLUTO_OBJS=defs.o
|
||||
|
||||
OBJS=starter.o parser.tab.o lex.yy.o keywords.o args.o invokepluto.o \
|
||||
starterwhack.o klips.o netkey.o interfaces.o exec.o cmp.o confread.o \
|
||||
starterwhack.o netkey.o interfaces.o exec.o cmp.o confread.o \
|
||||
loglite.o ${PLUTO_OBJS}
|
||||
|
||||
# Build charon-only objs
|
||||
@@ -57,7 +57,7 @@ ifeq ($(USE_IKEV2),true)
|
||||
endif
|
||||
|
||||
DISTSRC=$(OBJS:.o=.c)
|
||||
DISTSRC+=cmp.h confread.h confwrite.h exec.h files.h interfaces.h klips.h netkey.h
|
||||
DISTSRC+=cmp.h confread.h confwrite.h exec.h files.h interfaces.h netkey.h
|
||||
DISTSRC+=parser.h args.h invokepluto.h starterwhack.h keywords.h keywords.txt
|
||||
|
||||
LIBS=$(FREESWANLIB)
|
||||
@@ -104,18 +104,19 @@ gatherdeps:
|
||||
|
||||
# Dependencies generated by "make gatherdeps":
|
||||
|
||||
args.o: args.c
|
||||
aargs.o: args.c
|
||||
cmp.o: cmp.c
|
||||
confread.o: confread.c
|
||||
exec.o: exec.c
|
||||
interfaces.o: interfaces.c
|
||||
invokecharon.o: invokecharon.c
|
||||
invokepluto.o: invokepluto.c
|
||||
keywords.o: keywords.c
|
||||
klips.o: klips.c
|
||||
lex.yy.o: lex.yy.c
|
||||
netkey.o: netkey.c
|
||||
parser.tab.o: parser.tab.c
|
||||
starter.o: starter.c
|
||||
starterstroke.o: starterstroke.c
|
||||
starterwhack.o: starterwhack.c
|
||||
|
||||
args.o: ../pluto/constants.h
|
||||
@@ -149,6 +150,12 @@ interfaces.o: ../pluto/log.h
|
||||
interfaces.o: interfaces.h
|
||||
interfaces.o: exec.h
|
||||
interfaces.o: files.h
|
||||
invokecharon.o: ../pluto/constants.h
|
||||
invokecharon.o: ../pluto/defs.h
|
||||
invokecharon.o: ../pluto/log.h
|
||||
invokecharon.o: confread.h
|
||||
invokecharon.o: invokecharon.h
|
||||
invokecharon.o: files.h
|
||||
invokepluto.o: ../pluto/constants.h
|
||||
invokepluto.o: ../pluto/defs.h
|
||||
invokepluto.o: ../pluto/log.h
|
||||
@@ -157,13 +164,6 @@ invokepluto.o: invokepluto.h
|
||||
invokepluto.o: files.h
|
||||
invokepluto.o: starterwhack.h
|
||||
keywords.o: keywords.h
|
||||
klips.o: ../pluto/constants.h
|
||||
klips.o: ../pluto/defs.h
|
||||
klips.o: ../pluto/log.h
|
||||
klips.o: confread.h
|
||||
klips.o: klips.h
|
||||
klips.o: files.h
|
||||
klips.o: exec.h
|
||||
lex.yy.o: parser.tab.h
|
||||
netkey.o: ../pluto/constants.h
|
||||
netkey.o: ../pluto/defs.h
|
||||
@@ -171,6 +171,7 @@ netkey.o: ../pluto/log.h
|
||||
netkey.o: files.h
|
||||
parser.tab.o: ../pluto/constants.h
|
||||
parser.tab.o: ../pluto/defs.h
|
||||
parser.tab.o: ../pluto/log.h
|
||||
parser.tab.o: parser.h
|
||||
starter.o: ../pluto/constants.h
|
||||
starter.o: ../pluto/defs.h
|
||||
@@ -179,10 +180,17 @@ starter.o: confread.h
|
||||
starter.o: files.h
|
||||
starter.o: starterwhack.h
|
||||
starter.o: invokepluto.h
|
||||
starter.o: klips.h
|
||||
starter.o: invokecharon.h
|
||||
starter.o: netkey.h
|
||||
starter.o: cmp.h
|
||||
starter.o: interfaces.h
|
||||
starterstroke.o: ../pluto/constants.h
|
||||
starterstroke.o: ../pluto/defs.h
|
||||
starterstroke.o: ../pluto/log.h
|
||||
starterstroke.o: ../charon/stroke/stroke.h
|
||||
starterstroke.o: starterstroke.h
|
||||
starterstroke.o: confread.h
|
||||
starterstroke.o: files.h
|
||||
starterwhack.o: ../pluto/constants.h
|
||||
starterwhack.o: ../pluto/defs.h
|
||||
starterwhack.o: ../pluto/log.h
|
||||
|
||||
Reference in New Issue
Block a user