mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 02:13:18 +00:00
Monotone-Parent: f6ec5191473f90384de5c3301569150128a2ae63 Monotone-Revision: a23f9b6b633e53869f52361213e6478e36384813 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-10-07T15:34:11 Monotone-Branch: ca.inverse.sogo
16 lines
239 B
Makefile
16 lines
239 B
Makefile
# GNUstep makefile
|
|
|
|
-include config.make
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
SUBPROJECTS = \
|
|
SOPE/NGCards \
|
|
SOPE/GDLContentStore \
|
|
OGoContentStore \
|
|
SoObjects \
|
|
Main \
|
|
UI \
|
|
Tools
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|