mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Benjamin Drung's portmixer-missing-dpkg-buildflags.patch
This commit is contained in:
parent
c3ab4576f2
commit
b47341eb33
@ -9,9 +9,12 @@ AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
|
||||
DEFS += @DEFS@
|
||||
CFLAGS += @CFLAGS@
|
||||
CFLAGS += @cflags@
|
||||
CFLAGS += @include@
|
||||
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
all : $(LIBRARY)
|
||||
|
||||
tests:
|
||||
@ -22,7 +25,7 @@ $(LIBRARY): $(OBJECTS)
|
||||
$(RANLIB) $(LIBRARY)
|
||||
|
||||
%.o : src/%.c
|
||||
$(CC) $(CFLAGS) $(DEFS) -c $(<) -o $@
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $(<) -o $@
|
||||
|
||||
clean :
|
||||
-rm -f $(LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user