]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/use_case/stats/parse/SAX2Print/Makefile
removed papers that have been moved to the new "papers" repository
[helm.git] / helm / papers / use_case / stats / parse / SAX2Print / Makefile
diff --git a/helm/papers/use_case/stats/parse/SAX2Print/Makefile b/helm/papers/use_case/stats/parse/SAX2Print/Makefile
deleted file mode 100644 (file)
index 83c74e0..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-# Generated automatically from Makefile.in by configure.
-#
-# Copyright 1999-2000,2004 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-# 
-#      http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-#
-#
-# $Id$
-#
-
-###################################################################
-#                    IMPORTANT NOTE                               #
-###################################################################
-# If you are going to do the OS390BATCH build, make sure you have #
-# the OS390BATCH environment variable set.                        #
-#                                                                 #
-#   export OS390BATCH=1                                           #
-#                                                                 #
-###################################################################
-
-PLATFORM = LINUX
-COMPILER = c++
-CXXVER = 
-GCC = yes
-GXX = yes
-CXXFLAGS = -g -O2
-CFLAGS = -g -O2
-LDFLAGS = 
-THREADS = 
-EXTRA_LIBS = 
-PREFIX = /usr/local
-
-include Makefile.incl
-
-APP_NAME=SAX2Print
-
-OUTDIR= .
-EXEC=  .
-OBJS=  ${OUTDIR}/SAX2Print.o ${OUTDIR}/SAX2PrintHandlers.o
-SRC=   .
-HEADER_FILES=${SRC}/SAX2Print.hpp ${SRC}/SAX2PrintHandlers.hpp
-
-## OS390BATCH
-ifeq (${OS390BATCH},1)
-BATCH_TARGET= "//'${LOADMOD}(SAX2PRNT)'"
-all:: makedir ${BATCH_TARGET}
-else
-all:: makedir ${EXEC}/${APP_NAME}
-endif
-
-makedir::
-       -mkdir -p $(OUTDIR)
-
-${EXEC}/${APP_NAME}:: ${OBJS}
-       ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS} ${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
-${BATCH_TARGET}:: ${OBJS}
-       ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS} ${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
-
-$(OUTDIR)/SAX2Print.o:: ${SRC}/SAX2Print.cpp ${HEADER_FILES}
-       ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAX2Print.o ${SRC}/SAX2Print.cpp
-
-$(OUTDIR)/SAX2PrintHandlers.o:: ${SRC}/SAX2PrintHandlers.cpp ${HEADER_FILES}
-       ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAX2PrintHandlers.o ${SRC}/SAX2PrintHandlers.cpp
-
-clean::
-       rm -f ${OBJS} ${EXEC}/${APP_NAME}
-
-distclean::    clean
-       rm -f Makefile