mirror of
https://github.com/Alinto/sogo.git
synced 2025-04-18 10:04:00 +03:00
17 lines
238 B
Makefile
17 lines
238 B
Makefile
# 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
|