~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DEFS=@DEFS@ -D__LINUX__ -DVERBOSE -DGTK \
2
 
        -DSHARE_DIR=\"${prefix}/share/tilp\" \
3
 
        -DPACKAGE_LOCALE_DIR=\"${prefix}/share/locale\"
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
if OS_WIN32
 
4
 no_undefined = -no-undefined
 
5
endif
 
6
 
 
7
DEFS=@DEFS@ \
 
8
        -DSHARE_DIR=\"${prefix}/share/tilp\"    \
 
9
        -DLOCALEDIR=\"$(locale_dir)\"           \
 
10
        -DPLUGIN_DIR=\"${tilp_plugin_dir}\"     \
 
11
        -DSYSCONFDIR=\"$(sysconfdir)\"
4
12
 
5
13
INCLUDES = -I$(top_srcdir) -I$(includedir) \
6
14
        -I../intl -I$(top_srcdir)/intl \
7
15
        -DPREFIX=\"${prefix}\" -I. -I../ -I../../
8
16
 
9
 
DDATA_DIR = \"${datadir}\"
10
 
CONF_DIR = /etc
11
 
 
 
17
# program to compile and install 
12
18
bin_PROGRAMS = tilp
13
19
 
14
 
tilp_SOURCES  = img/cnv.c img/pcx.c img/xpm.c img/jpg.c img/bmp.c
15
 
tilp_SOURCES += cb_calc.c cb_misc.c cb_screen.c
16
 
tilp_SOURCES += gui_indep.c cmdinterface.c select.c \
17
 
        error.c files.c vars.c rcfile.c info.c sub_main.c
18
 
tilp_SOURCES += cl_indep.c cl_refresh.c
19
 
tilp_SOURCES += ../gtk/support.c \
20
 
        ../gtk/gxpm.c ../gtk/ctree.c \
21
 
        ../gtk/ginfo.c ../gtk/clist.c ../gtk/toolbar.c \
22
 
        ../gtk/refresh.c \
23
 
        ../gtk/calc_dbox.c ../gtk/calc_cb.c \
24
 
        ../gtk/link_dbox.c ../gtk/link_cb.c \
25
 
        ../gtk/extprgms_dbox.c ../gtk/extprgms_cb.c \
26
 
        ../gtk/font_dbox.c ../gtk/font_cb.c \
27
 
        ../gtk/help_dbox.c ../gtk/help_cb.c \
28
 
        ../gtk/manpage_dbox.c ../gtk/manpage_cb.c \
29
 
        ../gtk/thanks_dbox.c ../gtk/thanks_cb.c \
30
 
        ../gtk/about_dbox.c ../gtk/about_cb.c \
31
 
        ../gtk/msg_dbox.c ../gtk/msg_cb.c \
32
 
        ../gtk/user_dbox.c ../gtk/user_cb.c \
33
 
        ../gtk/pbar_dbox.c ../gtk/pbar_cb.c \
34
 
        ../gtk/scopt_dbox.c ../gtk/scopt_cb.c \
35
 
        ../gtk/advanced_dbox.c ../gtk/advanced_cb.c \
36
 
        ../gtk/linkspeed_dbox.c ../gtk/linkspeed_cb.c \
37
 
        ../gtk/screendump_dbox.c ../gtk/screendump_cb.c \
38
 
        ../gtk/tilp_dbox.c ../gtk/tilp_cb.c \
39
 
        ../gtk/fsel_dbox.c ../gtk/fsel_cb.c \
40
 
        ../gtk/term_dbox.c ../gtk/term_cb.c \
41
 
        ../gtk/entry_dbox.c ../gtk/entry_cb.c \
42
 
        ../gtk/clist_rbm.c ../gtk/clist_cb.c \
43
 
        ../gtk/startup_dbox.c ../gtk/startup_cb.c \
44
 
        ../gtk/general_dbox.c ../gtk/general_cb.c \
45
 
        ../gtk/lang_dbox.c ../gtk/lang_cb.c \
46
 
        ../gtk/plugins_dbox.c ../gtk/plugins_cb.c \
47
 
        ../gtk/tifileinfo_dbox.c ../gtk/tifileinfo_cb.c \
48
 
        ../gtk/shell_dbox.c ../gtk/shell_cb.c \
49
 
        ../gtk/probeio_dbox.c ../gtk/probeio_cb.c \
50
 
        ../gtk/idle_cb.c \
51
 
        ../gtk/main.c \
52
 
        ../gtk/gfm_dbox.c ../gtk/gfm_cb.c \
53
 
        ../gtk/wizard_dbox.c ../gtk/wizard_cb.c
54
 
 
55
 
noinst_HEADERS = *.h ../gtk/*.h
56
 
 
57
 
EXTRA_DIST = img win32
58
 
 
59
 
tilp_LDFLAGS = $(LDFLAGS)
60
 
 
61
 
#
62
 
### experimental: create a TiLP library (gmodule for GtkTiEmu)
63
 
#
64
 
# libraries to compile and install
65
 
#lib_LTLIBRARIES = libtilp.la
66
 
 
67
 
# libtool stuff: set version and export symbols for resolving
68
 
#libtilpincludedir = $(includedir)/tilp
69
 
#libtilp_la_LDFLAGS = \
70
 
#       -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
71
 
#       -export-dynamic -DMODULE
72
 
 
73
 
# setup tilp sources and their dependancies
74
 
#libtilpinclude_HEADERS = tilp_module.h
75
 
#libtilp_la_SOURCES = $(tilp_SOURCES)
76
 
#
77
 
### experimental
78
 
#
 
20
tilp_SOURCES = \
 
21
        tilp_calcs.c tilp_error.c tilp_files.c tilp_indep.c tilp_main.c \
 
22
        tilp_misc.c tilp_prompt.c tilp_rcfile.c tilp_refresh.c tilp_screen.c \
 
23
        tilp_slct.c tilp_vars.c tilp_paths.c \
 
24
        tilp_plugin.c tilp_printl.c main.c \
 
25
        \
 
26
        support.c toolbar.c gtk_refresh.c \
 
27
        \
 
28
        tilp.c dboxes.c pbars.c clist.c ctree.c labels.c popup.c \
 
29
        general.c extprgms.c comm.c clock.c filesel.c logfile.c manpage.c \
 
30
        about.c release.c scroptions.c screenshot.c splash.c wizard.c \
 
31
        shell.c action.c dnd.c
 
32
 
 
33
noinst_HEADERS = *.h
 
34
 
 
35
EXTRA_DIST = win32
 
36
 
 
37
# libtool stuff: set export symbols for resolving
 
38
tilp_LDFLAGS = $(LDFLAGS) $(no_undefined) #-lefence
 
39
tilp_CFLAGS = $(CLFAGS) -DGTK_DISABLE_DEPRECATED
 
40
 
 
41
install-data-local:
 
42
        $(INSTALL) -m755 -d $(DESTDIR)$(includedir)/tilp
 
43
        $(INSTALL) -m644 tilp_plugin.h $(DESTDIR)$(includedir)/tilp
79
44
 
80
45
dos2unix:
81
46
        dos2unix
82
47
        lowercase
83
 
        uppercase
84
 
 
85
 
lines:
86
 
        wc -l *.c *.h
 
 
b'\\ No newline at end of file'
 
48
        uppercase
 
 
b'\\ No newline at end of file'