Revision: | 22 |
Committed: | 2008-02-08T06:19:12-08:00 (15 years ago) by douglas |
File size: | 289 byte(s) |
Log Message: | Build system improvements and new projects... |
# | Content |
---|---|
1 | # Audacious |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | common := ../Common |
8 | |
9 | include $(common)/common.mk |
10 | include Audacious.mk |
11 | |
12 | CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS)) |
13 | |
14 | .PHONY: all clean |
15 | |
16 | all: libAudacious.a |
17 | |
18 | libAudacious.a: Audacious.o |
19 | |
20 | -include *.d |
21 | |
22 | $(eval $(call clean,libAudacious.a *.d *.o)) |
Name | Value |
---|---|
svn:keywords | Id |