File: Makefile.am

package info (click to toggle)
unixodbc 2.2.11-16
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,332 kB
  • ctags: 12,399
  • sloc: ansic: 116,624; cpp: 29,333; sh: 25,024; makefile: 3,002; lex: 241; yacc: 182; perl: 142; sed: 16; sql: 1
file content (124 lines) | stat: -rw-r--r-- 2,577 bytes parent folder | download | duplicates (2)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
if QT

bin_PROGRAMS = DataManagerII

INCLUDES = -I@top_srcdir@/include @QT_INCLUDES@

DataManagerII_LDADD = @X_LDFLAGS@ \
	@QT_LDFLAGS@ \
	@USER_LDFLAGS@ \
	@LIB_QT@ \
	../odbcinst/libodbcinst.la \
	../DriverManager/libodbc.la 

DataManagerII_DEPENDANCIES = \
    ../odbcinst/libodbcinst.la \
	../DriverManager/libodbc.la 

CLEANFILES = \
	mclassDataManager.cpp \
	mclassCanvas.cpp \
	mclassLogin.cpp \
	mclassISQL.cpp \
	mclassConnectionFrame.cpp \
	mclassBrowseFrame.cpp \
	mclassBrowse.cpp 

nodist_DataManagerII_SOURCES = \
	mclassDataManager.cpp \
	mclassCanvas.cpp \
	mclassLogin.cpp \
	mclassISQL.cpp \
	mclassConnectionFrame.cpp \
	mclassBrowseFrame.cpp \
	mclassBrowse.cpp 

DataManagerII_SOURCES = \
	classBrowse.cpp \
	classBrowseFrame.cpp \
	classCanvas.cpp \
	classColumn.cpp \
	classConnectionFrame.cpp \
	classDataManager.cpp \
	classDataSource.cpp \
	classDataSources.cpp \
	classDriver.cpp \
	classDrivers.cpp \
	classISQL.cpp \
	classIndexs.cpp \
	classLogin.cpp \
	classNode.cpp \
	classODBC.cpp \
	classPrimaryKeys.cpp \
	classSpecialColumns.cpp \
	classTable.cpp \
	classTables.cpp \
	main.cpp

mclassDataManager.cpp: @srcdir@/classDataManager.h
	@MOC@ @srcdir@/classDataManager.h -o mclassDataManager.cpp

mclassCanvas.cpp: @srcdir@/classCanvas.h
	@MOC@ @srcdir@/classCanvas.h -o mclassCanvas.cpp

mclassLogin.cpp: @srcdir@/classLogin.h
	@MOC@ @srcdir@/classLogin.h -o mclassLogin.cpp

mclassISQL.cpp: @srcdir@/classISQL.h
	@MOC@ @srcdir@/classISQL.h -o mclassISQL.cpp

mclassConnectionFrame.cpp: @srcdir@/classConnectionFrame.h
	@MOC@ @srcdir@/classConnectionFrame.h -o mclassConnectionFrame.cpp

mclassBrowseFrame.cpp: @srcdir@/classBrowseFrame.h
	@MOC@ @srcdir@/classBrowseFrame.h -o mclassBrowseFrame.cpp

mclassBrowse.cpp: @srcdir@/classBrowse.h
	@MOC@ @srcdir@/classBrowse.h -o mclassBrowse.cpp

endif

EXTRA_DIST = \
	classCanvas.h \
	classColumn.h \
	classDataManager.h \
	classDataSource.h \
	classDataSources.h \
	classDriver.h \
	classDrivers.h \
	classConnectionFrame.h \
	classBrowseFrame.h \
	classBrowse.h \
	classISQL.h \
	classIndex.h \
	classIndexs.h \
	classLogin.h \
	classNode.h \
	classODBC.h \
	classPrimaryKeys.h \
	classSpecialColumns.h \
	classTable.h \
	classTables.h \
	LinuxODBC.xpm \
	column.xpm \
	computergreen.xpm \
	computerred.xpm \
	datasourceoff.xpm \
	datasourceon.xpm \
	datasourcessystem.xpm \
	datasourcesuser.xpm \
	driver.xpm \
	drivers.xpm \
	exec.xpm \
	id.xpm \
	keygold.xpm \
	keyred.xpm \
	keysilver.xpm \
	keysilver2.xpm \
	new.xpm \
	open.xpm \
	run.xpm \
	save.xpm \
	table.xpm \
	tables.xpm \
	ODBC.xpm