1#
2# GNUmakefile - Generated by ProjectCenter
3#
4ifeq ($(GNUSTEP_MAKEFILES),)
5 GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
6endif
7ifeq ($(GNUSTEP_MAKEFILES),)
8 $(error You need to set GNUSTEP_MAKEFILES before compiling!)
9endif
10
11include $(GNUSTEP_MAKEFILES)/common.make
12
13#
14# Application
15#
16VERSION = 1.5.1
17PACKAGE_NAME = MPDCon
18APP_NAME = MPDCon
19MPDCon_APPLICATION_ICON = MPDCon.tiff
20
21
22#
23# Resource files
24#
25MPDCon_RESOURCE_FILES = \
26Resources/Player.gorm \
27Resources/Preferences.gorm \
28Resources/PlaylistViewer.gorm \
29Resources/Collection.gorm \
30Resources/PlaylistsManager.gorm \
31Resources/StatisticsViewer.gorm \
32Resources/CrossfadeView.gorm \
33Resources/LyricsInspector.gorm \
34Resources/SongInspector.gorm \
35Resources/PlaylistInspector.gorm \
36Resources/CollectionBrowser.gorm \
37Resources/Play.tiff \
38Resources/Pause.tiff \
39Resources/Next.tiff \
40Resources/Prev.tiff \
41Resources/Stop.tiff \
42Resources/GNUstep.tiff \
43Resources/Repeat.tiff \
44Resources/Shuffle.tiff \
45Resources/Playlist.tiff \
46Resources/Crossfade.tiff \
47Resources/MPDCon.tiff \
48Resources/MoveSong.tiff \
49Resources/Current.tiff \
50Resources/Star.tiff \
51Resources/Install \
52Resources/COPYING
53
54
55#
56# Header files
57#
58MPDCon_HEADER_FILES = \
59AppController.h \
60PreferencesController.h \
61PlayView.h \
62PlaylistController.h \
63MPDController.h \
64PlaylistItem.h \
65CollectionController.h \
66PlaylistsManagerController.h \
67StatisticsController.h \
68StatisticsItem.h \
69CrossfadeController.h \
70OwnTableView.h \
71Strings.h \
72BoldCell.h \
73BoldFormatter.h \
74NormalFormatter.h \
75LyricsInspector.h \
76SongInspector.h \
77SongRatingCell.h \
78PlaylistInspector.h \
79RatingStarView.h \
80RatingStarViewController.h \
81SQLiteAdaptor.h \
82RandomPlaylistFeed.h \
83CollectionBrowser.h
84
85#
86# Class files
87#
88MPDCon_OBJC_FILES = \
89AppController.m \
90PreferencesController.m \
91PlayView.m \
92PlaylistController.m \
93MPDController.m \
94PlaylistItem.m \
95CollectionController.m \
96PlaylistsManagerController.m \
97StatisticsController.m \
98StatisticsItem.m \
99CrossfadeController.m \
100OwnTableView.m \
101BoldCell.m \
102BoldFormatter.m \
103NormalFormatter.m \
104LyricsInspector.m \
105SongInspector.m \
106SongRatingCell.m \
107PlaylistInspector.m \
108SQLiteAdaptor.m \
109RandomPlaylistFeed.m \
110CollectionBrowser.m
111
112#
113# Other sources
114#
115MPDCon_OBJC_FILES += \
116main.m
117
118#
119# Makefiles
120#
121-include GNUmakefile.preamble
122include $(GNUSTEP_MAKEFILES)/aggregate.make
123include $(GNUSTEP_MAKEFILES)/application.make
124-include GNUmakefile.postamble
125