Re-generated Makefiles
This commit is contained in:
parent
e1a28f841c
commit
5c38ba9ca3
4
Makefile
4
Makefile
|
@ -2,7 +2,7 @@ PACKAGE = Init
|
|||
VERSION = 0.0.0
|
||||
SUBDIRS = src
|
||||
RM = rm -f
|
||||
LN = ln -sf
|
||||
LN = ln -f
|
||||
TAR = tar -czvf
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ distclean:
|
|||
|
||||
dist:
|
||||
$(RM) -r $(PACKAGE)-$(VERSION)
|
||||
$(LN) . $(PACKAGE)-$(VERSION)
|
||||
$(LN) -s . $(PACKAGE)-$(VERSION)
|
||||
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
|
||||
$(PACKAGE)-$(VERSION)/src/init.c \
|
||||
$(PACKAGE)-$(VERSION)/src/main.c \
|
||||
|
|
|
@ -9,6 +9,7 @@ CFLAGSF = -W -Wall -ansi
|
|||
CFLAGS = -g -O2
|
||||
LDFLAGSF= -L $(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib -l System -Wl,--export-dynamic
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
MKDIR = mkdir -p
|
||||
INSTALL = install
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user