Home | History | Annotate | Download | only in ltrace.minor
      1 # Copyright (C) 1992 - 2001, 2012 Free Software Foundation, Inc.
      2 #
      3 # This program is free software; you can redistribute it and/or modify
      4 # it under the terms of the GNU General Public License as published by
      5 # the Free Software Foundation; either version 1, or (at your option)
      6 # any later version.
      7 #
      8 # This program is distributed in the hope that it will be useful,
      9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     11 # GNU General Public License for more details.
     12 #
     13 # You should have received a copy of the GNU General Public License
     14 # along with this program; if not, write to the Free Software
     15 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     16 #
     17 
     18 EXTRA_DIST = attach-process.exp count-record.c count-record.exp		\
     19 	demangle.cpp demangle.exp demangle.h demangle-lib.cpp		\
     20 	libdl-simple.c libdl-simple.exp libdl-simple-lib.c		\
     21 	print-instruction-pointer.c print-instruction-pointer.exp	\
     22 	time-record.c time-record-T.exp time-record-tt.exp		\
     23 	time-record-ttt.exp trace-clone.c trace-clone.exp		\
     24 	trace-exec.exp trace-fork.c trace-fork.exp			\
     25 	trace-irelative.exp wchar.exp
     26 
     27 CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp attach-process	\
     28 	count-record demangle print-instruction-pointer time-record-T	\
     29 	time-record-tt time-record-ttt trace-clone trace-exec		\
     30 	trace-exec1 trace-fork libdl-simple
     31 
     32 MAINTAINERCLEANFILES = Makefile.in
     33