mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-04 18:09:44 +00:00
f18c764ffa
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo
43 lines
957 B
Makefile
43 lines
957 B
Makefile
# GNUstep makefile
|
|
|
|
include ../common.make
|
|
|
|
WOBUNDLE_NAME = Appointments
|
|
|
|
Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
|
|
|
|
# Appointments_LANGUAGES = English French
|
|
|
|
Appointments_OBJC_FILES = \
|
|
Product.m \
|
|
\
|
|
SOGoAppointmentObject.m \
|
|
SOGoAppointmentFolder.m \
|
|
SOGoGroupAppointmentFolder.m \
|
|
SOGoFreeBusyObject.m \
|
|
\
|
|
SOGoAptMailNotification.m \
|
|
SOGoAptMailInvitation.m \
|
|
SOGoAptMailUpdate.m \
|
|
SOGoAptMailRemoval.m \
|
|
SOGoAptMailDeletion.m \
|
|
|
|
Appointments_RESOURCE_FILES += \
|
|
Version \
|
|
product.plist \
|
|
|
|
Appointments_COMPONENTS += \
|
|
SOGoAptMailEnglishInvitation.wo \
|
|
SOGoAptMailFrenchInvitation.wo \
|
|
SOGoAptMailEnglishUpdate.wo \
|
|
SOGoAptMailFrenchUpdate.wo \
|
|
SOGoAptMailEnglishRemoval.wo \
|
|
SOGoAptMailFrenchRemoval.wo \
|
|
SOGoAptMailEnglishDeletion.wo \
|
|
SOGoAptMailFrenchDeletion.wo \
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/wobundle.make
|
|
-include GNUmakefile.postamble
|
|
include ../../fhsbundle.make
|