1 ## Process this file with automake to produce Makefile.in
2 # Note: Makefile is automatically generated from Makefile.in by the configure
3 # script, and Makefile.in is generated from Makefile.am by automake.
5 AM_CPPFLAGS = -I$(top_srcdir)/include -DGMXLIBDIR=\"$(datadir)/top\"
7 LDADD = ../mdlib/libmd@LIBSUFFIX@.la ../gmxlib/libgmx@LIBSUFFIX@.la
9 # Ngmx requires X11 - nothing is built if it doesn't exist
13 bin_PROGRAMS = ngmx xrama highway
14 EXTRA_PROGRAMS = gmxlogo dlg scrollw showcol
18 XSRC = xutil.c xmb.c x11.c \
19 xdlghi.c fgrid.c xdlgitem.c \
20 popup.c pulldown.c xdlg.c \
21 manager.c buttons.c nmol.c \
22 nleg.c dialogs.c logo.c \
23 filter.c molps.c Xstuff.h \
24 dialogs.h logo.h molps.h \
25 nleg.h nmol.h pulldown.h \
26 xdlg.h xdlgitem.h xutil.h \
27 buttons.h fgrid.h manager.h \
28 nener.h nload.h popup.h \
31 EXTRA_DIST = alert.bm gromacs.bm play.bm \
32 rewind.bm stop_ani.bm ff.bm \
33 info.bm rama.bm stop.bm
36 ngmx_SOURCES = ngmx.c $(XSRC)
37 xrama_SOURCES = xrama.c $(XSRC)
38 highway_SOURCES = highway.c $(XSRC)
39 gmxlogo_SOURCES = gmxlogo.c logo.c $(XSRC)
40 dlg_SOURCES = dlg.c $(XSRC)
41 scrollw_SOURCES = scrollw.c $(XSRC)
42 showcol_SOURCES = showcol.c $(XSRC)