Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2011-09-16 11:36:26 +00:00
parent 1f9ca928b2
commit 74477fbca9
3 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
PACKAGE = Splasher
VERSION = 0.0.0
SUBDIRS = data src
RM = rm -f
LN = ln -f
TAR = tar -czvf
RM ?= rm -f
LN ?= ln -f
TAR ?= tar -czvf
all: subdirs

View File

@ -1,8 +1,8 @@
PREFIX = /usr/local
DESTDIR =
MKDIR = mkdir -p
INSTALL = install
RM = rm -f
MKDIR ?= mkdir -p
INSTALL ?= install
RM ?= rm -f
all:

View File

@ -9,10 +9,10 @@ CFLAGSF = -W `pkg-config --cflags libApp`
CFLAGS = -Wall -g -O2 -pedantic
LDFLAGSF= `pkg-config --libs libApp` -Wl,--export-dynamic
LDFLAGS =
RM = rm -f
LN = ln -f
MKDIR = mkdir -p
INSTALL = install
RM ?= rm -f
LN ?= ln -f
MKDIR ?= mkdir -p
INSTALL ?= install
all: $(TARGETS)