]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Makefile.in
*** empty log message ***
[gnu-emacs] / oldXMenu / Makefile.in
index 82269282c037929d11c5e66486884e2b5830cbdc..8251fded9b10d38f1d12f893c9e5e8fcc188c734 100644 (file)
@@ -1,3 +1,48 @@
+## Makefile for oldXMenu 
+
+## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
+
+## Permission to use, copy, modify, and distribute this
+## software and its documentation for any purpose and without
+## fee is hereby granted, provided that the above copyright
+## notice appear in all copies and that both that copyright
+## notice and this permission notice appear in supporting
+## documentation, and that the name of M.I.T. not be used in
+## advertising or publicity pertaining to distribution of the
+## software without specific, written prior permission.
+## M.I.T. makes no representations about the suitability of
+## this software for any purpose.  It is provided "as is"
+## without express or implied warranty.
+
+
+## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+##   Free Software Foundation, Inc.
+
+## This program is free software: you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation, either version 3 of the License, or
+## (at your option) any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
+### Commentary:
+
+## To the best of our knowledge, this code was originally based on the
+## X11 oldXMenu Makefile, which was automatically generated from the
+## X11 oldXMenu Imakefile. There was no explicit copyright information
+## in the Imakefile, therefore we have added the same MIT license as
+## used by the rest of the oldXMenu code.
+
+
+### Code:
+
 srcdir=@srcdir@
 VPATH=@srcdir@
 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
@@ -51,7 +96,7 @@ OBJS =  Activate.o \
 
 all:: libXMenu11.a
 
-ALL_CFLAGS=$(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \
+ALL_CFLAGS=$(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \
   $(C_SWITCH_X_SITE) $(C_SWITCH_X_SYSTEM) $(C_SWITCH_X_MACHINE) \
   $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \
   -I../src -I${srcdir} -I${srcdir}/../src
@@ -103,9 +148,8 @@ mostlyclean: FRC.mostlyclean
        rm -f libXMenu11.a ${OBJS} ${EXTRA}
 clean: mostlyclean
 distclean: clean
+       rm -f Makefile
 maintainer-clean: distclean
 
 tags::
        $(TAGS) -t *.[ch]
-
-# arch-tag: dbfc0b16-4e0c-4acb-a9c1-fc12ee76db06