File: GNUmakefile.preamble

package info (click to toggle)
talksoup.app 1.0alpha-32-g55b4d4e-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,084 kB
  • sloc: objc: 19,278; sh: 77; makefile: 45; ansic: 43; perl: 16
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
ADDITIONAL_OBJCFLAGS = -Wall

ifeq ($(OBJC_RUNTIME_LIB), apple)
	ADDITIONAL_OBJCFLAGS += -include GNUstep.h $(ADDITIONAL_FRAMEWORK_DIRS)
	ADDITIONAL_INCLUDE_DIRS = -I../../Misc
endif