ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/Audacious/GNUmakefile
Revision: 25
Committed: 2008-02-09T01:39:22-08:00 (17 years, 4 months ago) by douglas
File size: 268 byte(s)
Log Message:
All kinds of changes!

File Contents

# Content
1 # Audacious
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 common := ../Common
8 audacious := .
9
10 include $(common)/common.mk
11 include $(audacious)/Audacious.mk
12
13 .PHONY: all clean
14
15 all: libAudacious.a
16
17 libAudacious.a: Audacious.o
18
19 -include *.d
20
21 $(eval $(call clean,libAudacious.a *.d *.o))

Properties

Name Value
svn:keywords Id