summaryrefslogtreecommitdiffstats
path: root/attic/servers/gpib_server_lin/src/Makefile.am
blob: 05d3a8e1ed56d5d359076e91624cd9d53d42ed91 (plain)
1
2
3
4
5
6
7
8
9
10
11
bin_PROGRAMS = gpib_server_lin
gpib_server_lin_SOURCES = gpib_functions.c main_server_lin.c scope_functions.c \
	signal_functions.c commanalyzer_functions.c

# set the include path found by configure
INCLUDES= $(all_includes) $(GTK_CFLAGS) $(allegro_CFLAGS)

# the library search path.
gpib_server_lin_LDFLAGS = $(all_libraries) $(GTK_LIBS) $(allegro_LIBS) -lgpib
noinst_HEADERS = gpib_functions.h parameters.h scope_functions.h \
	signal_functions.h commanalyzer_functions.h