Mercurial > audlegacy
view src/libguess/Makefile @ 2578:33911de063cb trunk
[svn] - change the order that hints are processed in.
author | nenolod |
---|---|
date | Sun, 25 Feb 2007 22:41:59 -0800 |
parents | b474ecb5bde4 |
children | 62a93407ce99 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS_NOINST = libguess.a OBJECTIVE_SONAME_SUFFIX = 0.2.0 LDFLAGS += -Wl,-export-dynamic CFLAGS += $(PICFLAGS) SOURCES = \ guess.c OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk