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:
@@ -2,14 +2,16 @@
|
||||
# GNU makefile
|
||||
#
|
||||
|
||||
topdir = ../..
|
||||
|
||||
LIB_NAME = libgetopt
|
||||
INCLUDES = -I../../include -I../../include/share
|
||||
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
|
||||
|
||||
OBJS = \
|
||||
getopt.o \
|
||||
getopt1.o
|
||||
|
||||
include ../../build/lib.mk
|
||||
include $(topdir)/build/lib.mk
|
||||
|
||||
# Our lame Makefile.lite system has no provision for building multiple libs in
|
||||
# a directory, so we hack it:
|
||||
|
||||
Reference in New Issue
Block a user