mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 11:02:59 -04:00
20 lines
509 B
Makefile
20 lines
509 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# Makefile.am for The Machine Emulator tmesh/:
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
|
|
|
|
lib_LTLIBRARIES = libtmesh.la
|
|
libtmesh_la_SOURCES = \
|
|
tmesh-impl.h \
|
|
tmesh-input.y \
|
|
tmesh-util.c \
|
|
tmesh-cmds.c
|
|
libtmesh_la_LDFLAGS = -version-info 0:0:0
|
|
libtmesh_la_LIBADD = $(top_builddir)/libtme/libtme.la
|
|
|
|
bin_PROGRAMS = tmesh
|
|
tmesh_LDADD = libtmesh.la $(GTK_LIBS)
|
|
tmesh_LDFLAGS = -dlpreopen self @TME_PREOPEN@
|