view old-trunk/lwasm/Makefile.am @ 378:1c31e9005ff7

Brought forward lwlink, lwar, and lwobjdump along with some misc junk
author lost@starbug
date Mon, 26 Apr 2010 19:30:44 -0600
parents eb230fa7d28e
children
line wrap: on
line source

AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_srcdir)/lwlib
bin_PROGRAMS = lwasm
lwasm_SOURCES = main.c lwasm.c pragma.c
lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -L$(top_srcdir)/lwlib -lgnu -llw
EXTRA_DIST = lwasm.h