Menu

[r10930]: / trunk / src / plugins / compilergcc / Makefile.am  Maximize  Restore  History

Download this file

76 lines (65 with data), 1.8 kB

 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
SUBDIRS = depslib resources
AM_CPPFLAGS = $(WX_CXXFLAGS) \
$(CB_SQUIRREL_CFLAGS) \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/sdk/wxpropgrid/include \
-I$(top_srcdir)/src/sdk/wxscintilla/include \
-I$(top_srcdir)/src/include/scripting/sqplus \
-I$(top_srcdir)/src/plugins/compilergcc/depslib/src
AM_CXXFLAGS = -DDEPSLIB_UNIX
pluginlibdir = $(pkglibdir)/plugins
pluginlib_LTLIBRARIES = libcompiler.la
libcompiler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version
libcompiler_la_LIBADD = ../../sdk/libcodeblocks.la \
depslib/src/libdepslib.la \
$(WX_LIBS)
libcompiler_la_SOURCES = advancedcompileroptionsdlg.cpp \
compiler_defs.cpp \
compilerCYGWIN.cpp \
compilererrors.cpp \
compilerflagdlg.cpp \
compilergcc.cpp \
compilerGDC.cpp \
compilerICC.cpp \
compilerIAR.cpp \
compilerKeilC51.cpp \
compilerLCC.cpp \
compilermessages.cpp \
compilerMINGW.cpp \
compilerMINGWgenerator.cpp \
compilerMSVC.cpp \
compilerMSVC8.cpp \
compilerMSVC10.cpp \
compileroptionsdlg.cpp \
compilerOW.cpp \
compilerOWgenerator.cpp \
compilerG95.cpp \
compilerGNUARM.cpp \
compilerGNUFortran.cpp \
compilerXML.cpp \
directcommands.cpp
noinst_HEADERS = advancedcompileroptionsdlg.h \
compiler_defs.h \
compilerCYGWIN.h \
compilererrors.h \
compilerflagdlg.h \
compilergcc.h \
compilerG95.h \
compilerGDC.h \
compilerICC.h \
compilerIAR.h \
compilerKeilC51.h \
compilerLCC.h \
compilermessages.h \
compilerMINGW.h \
compilerMINGWgenerator.h \
compilerMSVC.h \
compilerMSVC8.h \
compilerMSVC10.h \
compileroptionsdlg.h \
compilerOW.h \
compilerOWgenerator.h \
compilerGNUARM.h \
compilerGNUFortran.h \
compilerXML.h \
directcommands.h
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.