Subversion Repositories filter_foundry

Rev

Rev 192 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 193
Line 40... Line 40...
40
PSAPI = "photoshop_sdk/pluginsdk/photoshopapi"
40
PSAPI = "photoshop_sdk/pluginsdk/photoshopapi"
41
 
41
 
42
CFLAGS += -O2 -W -Wall -Wno-main -Wno-unused-parameter -Wno-multichar
42
CFLAGS += -O2 -W -Wall -Wno-main -Wno-unused-parameter -Wno-multichar
43
CPPFLAGS += -DYY_SKIP_YYWRAP \
43
CPPFLAGS += -DYY_SKIP_YYWRAP \
44
            -I$(PSAPI)/pica_sp -I$(PSAPI)/photoshop -I$(PSAPI)/general \
44
            -I$(PSAPI)/pica_sp -I$(PSAPI)/photoshop -I$(PSAPI)/general \
45
            -I../common/adobeplugin -I../common/tt
45
            -Itelegraphics_common/adobeplugin -Itelegraphics_common/tt
46
 
46
 
47
 
47
 
48
# ---------- source & object files ----------
48
# ---------- source & object files ----------
49
 
49
 
50
# where to find .c source files
50
# where to find .c source files
51
vpath %.c ../common/tt ../common/adobeplugin ../MoreFiles/Sources
51
vpath %.c telegraphics_common/tt telegraphics_common/adobeplugin ../MoreFiles/Sources
52
 
52
 
53
# list of source files
53
# list of source files
54
SRC_COMMON = main.c funcs.c process.c node.c symtab.c \
54
SRC_COMMON = main.c funcs.c process.c node.c symtab.c \
55
	ui.c ui_build.c preview.c read.c save.c make.c \
55
	ui.c ui_build.c preview.c read.c save.c make.c \
56
	scripting.c y.tab.c lex.yy.c str.c
56
	scripting.c y.tab.c lex.yy.c str.c