# $Id$ # UNIX automake source for the makefile of TraceFS # Copyright (C) 2003 Jan Kratochvil # # 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; exactly version 2 of June 1991 is required # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA include $(top_srcdir)/Makefile-head.am # We cannot use SUBDIRS as build.exe requires file named "Makefile" # and its syntax is not compatible with automake / UNIX make. # TraceFS.sys is built but we consider it as source file here as not everyone # has Microsoft DDK environment available. # FIXME: Check for MinGW cross-compiler build possibility. EXTRA_DIST+= \ TraceFS-W32/makeFile \ TraceFS-W32/Sources \ TraceFS-W32/TraceFS.c \ TraceFS-W32/TraceFS.def \ TraceFS-W32/TraceFS.reg \ TraceFS-W32/TraceFS.sys \ \ checktrace.pl \ hookfs.pl CLEANFILES+= \ TraceFS-W32/obj \ TraceFS-W32/objchk \ TraceFS-W32/objfre \ TraceFS-W32/buildchk.log \ TraceFS-W32/buildchk.wrn \ TraceFS-W32/buildchk.err \ TraceFS-W32/buildfre.log \ TraceFS-W32/buildfre.wrn \ TraceFS-W32/buildfre.err