File: GNUmakefile

package info (click to toggle)
sogo 5.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 103,372 kB
  • sloc: objc: 121,808; javascript: 75,271; sh: 2,352; ansic: 2,055; perl: 861; python: 777; sql: 307; makefile: 182; php: 43; xml: 27
file content (16 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# GNUstep makefile

-include config.make
include $(GNUSTEP_MAKEFILES)/common.make

SUBPROJECTS = \
	SOPE/NGCards \
	SOPE/GDLContentStore \
	SoObjects	\
	Main		\
	UI		\
	Tools		\
	Tests/Unit	\


include $(GNUSTEP_MAKEFILES)/aggregate.make