File: GNUmakefile

package info (click to toggle)
dbuskit 0.1.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,956 kB
  • sloc: objc: 10,543; sh: 9,463; ansic: 200; makefile: 32
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(GNUSTEP_MAKEFILES)/common.make
SERVICE_NAME = Apertium
Apertium_OBJC_FILES = main.m \
	ApertiumController.m \
	ApertiumInfo.m \
	ApertiumServer.m \
	ApertiumTranslator.m \
	ApertiumUtilityPanel.m \
	SourceLanguagePopup.m
Apertium_LDFLAGS += -lDBusKit
Apertium_RESOURCE_FILES = \
  LanguagePanel.gorm
include $(GNUSTEP_MAKEFILES)/service.make