Re-generated Makefiles

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

View File

@ -2,7 +2,7 @@ PACKAGE = Surfer
VERSION = 0.0.6 VERSION = 0.0.6
SUBDIRS = src SUBDIRS = src
RM = rm -f RM = rm -f
LN = ln -sf LN = ln -f
TAR = tar -czvf TAR = tar -czvf
@ -19,7 +19,7 @@ distclean:
dist: dist:
$(RM) -r $(PACKAGE)-$(VERSION) $(RM) -r $(PACKAGE)-$(VERSION)
$(LN) . $(PACKAGE)-$(VERSION) $(LN) -s . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \ @$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
$(PACKAGE)-$(VERSION)/src/download.c \ $(PACKAGE)-$(VERSION)/src/download.c \
$(PACKAGE)-$(VERSION)/src/surfer.c \ $(PACKAGE)-$(VERSION)/src/surfer.c \

View File

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