File: GNUmakefile

package info (click to toggle)
lynkeos.app 1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,924 kB
  • sloc: objc: 7,122; ansic: 695; sh: 372; makefile: 59
file content (48 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
include $(GNUSTEP_MAKEFILES)/common.make

# Change this to your special installation of FFmeg library
ADDITIONAL_INCLUDE_DIRS += -I/home/thecat/Devel/ffmpeg-0.4.8/libavcodec/ \
	-I/home/thecat/Devel/ffmpeg-0.4.8/libavformat/


APP_NAME = Lynkeos

Lynkeos_RESOURCE_DIRS = ../GNUstep

Lynkeos_OBJC_FILES = main.m \
	MyImageListEnumerator.m \
	MyCustomViews.m \
	MyDocumentData.m \
	MyDocument.m \
	MyImageListItem.m \
	MyImageList.m \
	MyImageListWindow.m \
	MyImageListWindowPrivate.m \
	MyImageView.m \
	MyImageViewSelection.m \
	MyListProcessing.m \
	MyObjectImageList.m \
	MyPostProcessing.m \
	MySizeLock.m \
	MyUserPrefsController.m \
	LynkeosFfmpegMovie.m

Lynkeos_C_FILES = ffmpeg_access.c \
	stack.c \
	fourier.c \
	corelation.c

Lynkeos_MAIN_MODEL_FILE=MainMenu.gorm
Lynkeos_RESOURCE_FILES= ../GNUstep/MainMenu.gorm \
			../GNUstep/ImageListWindow.gorm \

ADDITIONAL_OBJC_LIBS += -lavformat -lavcodec -lfftw3f_threads -lfftw3_threads -lfftw3f -lfftw3 -lm
ADDITIONAL_LIB_DIRS += -L/home/thecat/Devel/ffmpeg-0.4.8/libavformat/ -L/home/thecat/Devel/ffmpeg-0.4.8/libavcodec

ADDITIONAL_CPPFLAGS += -DFLOAT_PIXELS

include $(GNUSTEP_MAKEFILES)/application.make
#include $(GNUSTEP_MAKEFILES)/ctool.make
#include $(GNUSTEP_MAKEFILES)/objc.make
#include $(GNUSTEP_MAKEFILES)/bundle.make