Skip to content

Commit

Permalink
Makefile cleanup. Replaced autogen.sh with proper autoreconf configur…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
andysan committed Nov 24, 2007
1 parent 18332f8 commit 9e5e6ee
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 28 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ACLOCAL_FLAGS = -I m4
SUBDIRS = libpdp12 libpdp12utils frontend
EXTRA_DIST = pdp12-emu.spec

Expand Down
5 changes: 0 additions & 5 deletions autogen.sh

This file was deleted.

9 changes: 5 additions & 4 deletions frontend/console/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
bin_PROGRAMS = pdp12c
noinst_PROGRAMS = paperdump

pdp12c_SOURCES = pdp12c.c \
shell.c shell.h \
readln.h readln.c \
parser.c parser.h
pdp12c_SOURCES = \
shell.c shell.h \
readln.h readln.c \
parser.c parser.h \
pdp12c.c

pdp12c_LDADD = \
$(top_builddir)/libpdp12/libpdp12.a \
Expand Down
21 changes: 7 additions & 14 deletions libpdp12/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
noinst_LIBRARIES = libpdp12.a

libpdp12_a_SOURCES = \
cpu.c \
cpu.h \
iob.c \
iob.h \
linc.c \
linc.h \
pdp8.c \
pdp8.h \
asr33.c \
asr33.h \
vr12.c \
vr12.h

libpdp12_a_SOURCES = \
cpu.c cpu.h \
iob.c iob.h \
linc.c linc.h \
pdp8.c pdp8.h \
asr33.c asr33.h \
vr12.c vr12.h
8 changes: 3 additions & 5 deletions libpdp12utils/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
noinst_LIBRARIES = libpdp12utils.a

libpdp12utils_a_SOURCES = \
rim.c \
rim.h \
log.c \
log.h
libpdp12utils_a_SOURCES = \
rim.c rim.h \
log.c log.h

0 comments on commit 9e5e6ee

Please sign in to comment.