chiark
/
gitweb
/
~mdw
/
anag
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7d9d346
)
Remove redundant rule.
author
mdw
<mdw>
Tue, 6 Feb 2001 09:38:46 +0000
(09:38 +0000)
committer
mdw
<mdw>
Tue, 6 Feb 2001 09:38:46 +0000
(09:38 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 29fa7e5f5bfa61d2899734ac6bd1d443e0b24161..84ea36f07dac929424a5c584b6bc0cebb863c38c 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.
3 2001/02/06 09:37:5
6 mdw Exp $
+## $Id: Makefile.am,v 1.
4 2001/02/06 09:38:4
6 mdw Exp $
##
## Makefile for Anag
##
##
## Makefile for Anag
##
@@
-28,6
+28,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.4 2001/02/06 09:38:46 mdw
+## Remove redundant rule.
+##
## Revision 1.3 2001/02/06 09:37:56 mdw
## Clean the .jar file.
##
## Revision 1.3 2001/02/06 09:37:56 mdw
## Clean the .jar file.
##
@@
-49,7
+52,6
@@
anag_SOURCES = anag.c anag.h wildcard.c anagram.c trackword.c util.c
all: anag.jar
anag.jar: AnagGUI.class
jar cf anag.jar *.class
all: anag.jar
anag.jar: AnagGUI.class
jar cf anag.jar *.class
-AnagGUI.class: AnagGUI.java
EXTRA_DIST = AnagGUI.java
CLEANFILES = *.class *.jar
EXTRA_DIST = AnagGUI.java
CLEANFILES = *.class *.jar