Re-generated the Makefiles
This commit is contained in:
parent
c87a3ffa84
commit
2fe12de441
1
Makefile
1
Makefile
@ -10,6 +10,7 @@ RM = rm -f
|
|||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
TAR = tar
|
TAR = tar
|
||||||
|
MKDIR = mkdir -m 0755 -p
|
||||||
|
|
||||||
|
|
||||||
all: subdirs
|
all: subdirs
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
TARGETS = tests.log
|
TARGETS = $(OBJDIR)tests.log
|
||||||
|
OBJDIR =
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
@ -9,8 +10,8 @@ INSTALL = install
|
|||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
tests.log: ../src/configure library/project.conf library/Makefile.Darwin library/Makefile.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD tests.sh
|
$(OBJDIR)tests.log: ../src/configure library/project.conf library/Makefile.Darwin library/Makefile.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD tests.sh
|
||||||
./tests.sh -P "$(PREFIX)" -- "tests.log"
|
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -- $(tests.log_OBJS)
|
$(RM) -- $(tests.log_OBJS)
|
||||||
|
Loading…
Reference in New Issue
Block a user