Re-generate the Makefiles
This commit is contained in:
parent
a9dd00fd8e
commit
82af5b90fa
1
Makefile
1
Makefile
|
@ -121,6 +121,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/tests/clint.sh \
|
||||
$(PACKAGE)-$(VERSION)/tests/config.conf \
|
||||
$(PACKAGE)-$(VERSION)/tests/config-noeol.conf \
|
||||
$(PACKAGE)-$(VERSION)/tests/fixme.sh \
|
||||
$(PACKAGE)-$(VERSION)/tests/pkgconfig.sh \
|
||||
$(PACKAGE)-$(VERSION)/tests/pylint.sh \
|
||||
$(PACKAGE)-$(VERSION)/tests/python.sh \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TARGETS = $(OBJDIR)array$(EXEEXT) $(OBJDIR)clint.log $(OBJDIR)config$(EXEEXT) $(OBJDIR)error$(EXEEXT) $(OBJDIR)event$(EXEEXT) $(OBJDIR)includes$(EXEEXT) $(OBJDIR)pylint.log $(OBJDIR)string$(EXEEXT) $(OBJDIR)variable$(EXEEXT) $(OBJDIR)tests.log
|
||||
TARGETS = $(OBJDIR)array$(EXEEXT) $(OBJDIR)clint.log $(OBJDIR)config$(EXEEXT) $(OBJDIR)error$(EXEEXT) $(OBJDIR)event$(EXEEXT) $(OBJDIR)fixme.log $(OBJDIR)includes$(EXEEXT) $(OBJDIR)pylint.log $(OBJDIR)string$(EXEEXT) $(OBJDIR)variable$(EXEEXT) $(OBJDIR)tests.log
|
||||
OBJDIR =
|
||||
PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
|
@ -51,6 +51,9 @@ event_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
|||
$(OBJDIR)event$(EXEEXT): $(event_OBJS)
|
||||
$(CC) -o $(OBJDIR)event$(EXEEXT) $(event_OBJS) $(event_LDFLAGS)
|
||||
|
||||
$(OBJDIR)fixme.log: fixme.sh
|
||||
./fixme.sh -P "$(PREFIX)" -- "$(OBJDIR)fixme.log"
|
||||
|
||||
includes_OBJS = $(OBJDIR)includes.o
|
||||
includes_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
||||
includes_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
|
@ -100,8 +103,9 @@ $(OBJDIR)variable.o: variable.c ../src/variable.c
|
|||
$(CC) $(variable_CFLAGS) -o $(OBJDIR)variable.o -c variable.c
|
||||
|
||||
clean:
|
||||
$(RM) -- $(array_OBJS) $(clint.log_OBJS) $(config_OBJS) $(error_OBJS) $(event_OBJS) $(includes_OBJS) $(pylint.log_OBJS) $(string_OBJS) $(variable_OBJS) $(tests.log_OBJS)
|
||||
$(RM) -- $(array_OBJS) $(clint.log_OBJS) $(config_OBJS) $(error_OBJS) $(event_OBJS) $(fixme.log_OBJS) $(includes_OBJS) $(pylint.log_OBJS) $(string_OBJS) $(variable_OBJS) $(tests.log_OBJS)
|
||||
./clint.sh -O CPPFLAGS="-I../include `pkg-config --cflags python-2.7`" -c -P "$(PREFIX)" -- "$(OBJDIR)clint.log"
|
||||
./fixme.sh -c -P "$(PREFIX)" -- "$(OBJDIR)fixme.log"
|
||||
./pylint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)pylint.log"
|
||||
./tests.sh -c -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user