iOS Makefile

This commit is contained in:
Chris Cannam
2014-12-09 09:22:19 +00:00
parent b3d47e1375
commit edf9ea90f6
3 changed files with 190 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ distclean: clean
rm -f $(PROGRAM_TARGET) $(STATIC_TARGET) $(DYNAMIC_TARGET) $(VAMP_TARGET) $(LADSPA_TARGET)
depend:
makedepend -Y $(LIBRARY_SOURCES) $(PROGRAM_SOURCES)
makedepend -f Makefile.osx -Y $(LIBRARY_SOURCES) $(PROGRAM_SOURCES)
# DO NOT DELETE