mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add notion of topdir to Makefile.lite build system
This commit is contained in:
@@ -19,8 +19,10 @@
|
||||
# GNU makefile
|
||||
#
|
||||
|
||||
topdir = ../..
|
||||
|
||||
PROGRAM_NAME = test_libFLAC++
|
||||
INCLUDES = -I../../include
|
||||
INCLUDES = -I$(topdir)/include
|
||||
LIBS = -lFLAC++ -lFLAC -lm
|
||||
OBJS = \
|
||||
decoders.o \
|
||||
@@ -31,7 +33,7 @@ OBJS = \
|
||||
metadata_manip.o \
|
||||
metadata_object.o
|
||||
|
||||
include ../../build/exe.mk
|
||||
include $(topdir)/build/exe.mk
|
||||
|
||||
LINK = $(CCC) $(LINKAGE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user