mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Delete the makefiles, They are autobuilt by configure, and
when they are mreged in cs they cause conflicts. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@946 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,65 +0,0 @@
|
||||
# Generated automatically from Makefile.in by configure.
|
||||
# Makefile -- makefile for xacc/lib
|
||||
# Copyright (C) 1997 Robin Clark
|
||||
# Copyright (C) 1998 Rob Browning <rlb@cs.utexas.edu>
|
||||
#
|
||||
# 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 2 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, write to the Free Software
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
# Author: Robin Clark
|
||||
# Internet: rclark@rush.aero.org
|
||||
# Address: 609 8th Street
|
||||
# Huntington Beach, CA 92648-4632
|
||||
|
||||
# These three lines are suggested defs for autoconf (see the info pages).
|
||||
|
||||
srcdir = .
|
||||
|
||||
######################################################################
|
||||
# Description of targets:
|
||||
#
|
||||
# default -- make the application
|
||||
# clean -- remove *.a, *.o, *.bak, and *~
|
||||
# distclean -- get rid of config files too...
|
||||
# install -- ??todo??
|
||||
#
|
||||
|
||||
######################################################################
|
||||
# See Makefile.common for information about these variables.
|
||||
CLEAN_SUBDIRS := XmHTML-1.1.0 ComboBox-1.33 Xbae-4.6.2-linas
|
||||
######################################################################
|
||||
|
||||
all:
|
||||
@echo " "
|
||||
@echo "Please choose one of the following targets:"
|
||||
@echo "motif motif version"
|
||||
@echo "gnome gnome/gtk version"
|
||||
@echo " "
|
||||
|
||||
# This inclusion must come after the first target, and after the
|
||||
# definitions of *_SRCS, etc., but before the usage of *_OBJS.
|
||||
include ../Makefile.common
|
||||
|
||||
motif:
|
||||
@cd XmHTML-1.1.0; $(MAKE) default
|
||||
@cd ComboBox-1.33; $(MAKE) default
|
||||
@cd Xbae-4.6.2-linas; $(MAKE) default
|
||||
|
||||
gnome:
|
||||
|
||||
.PHONY: gnome motif
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
# End:
|
||||
Reference in New Issue
Block a user