Mercurial > audlegacy-plugins
comparison src/modplug/gui/Makefile @ 43:3e9c308cea60 trunk
[svn] Added some missing targets for the .a files
author | js |
---|---|
date | Wed, 20 Sep 2006 08:25:46 -0700 |
parents | 8930d68a42c0 |
children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
42:c852da081533 | 43:3e9c308cea60 |
---|---|
8 SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx | 8 SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx |
9 | 9 |
10 OBJECTS = ${SOURCES:.cxx=.o} | 10 OBJECTS = ${SOURCES:.cxx=.o} |
11 | 11 |
12 include ../../../mk/objective.mk | 12 include ../../../mk/objective.mk |
13 | |
14 libgui.a: $(OBJECTS) | |
15 $(AR) cq $@ $(OBJECTS) |