Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2009-06-16 23:45:52 +00:00
parent 6b74917808
commit b8257ba8da
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ PACKAGE = devel
VERSION = 0.0.0
SUBDIRS = src include
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/ar.c \
$(PACKAGE)-$(VERSION)/src/Makefile \

View File

@ -1,6 +1,7 @@
PREFIX = /usr/local
DESTDIR =
RM = rm -f
LN = ln -f
MKDIR = mkdir -p
INSTALL = install
INCLUDEDIR= $(PREFIX)/include

View File

@ -8,6 +8,7 @@ CPPFLAGS=
CFLAGSF = -W
CFLAGS = -Wall -g -O2 -ansi
RM = rm -f
LN = ln -f
MKDIR = mkdir -p
INSTALL = install