# # umon/umsrvibm/Makefile.in - compiles and archives the source code in this directory. # It is invoked by Makefile.xxxxx in the above directory, where xxxxx is the name of the library. # Generated by car2cvs $Revision: 1.1.1.1 $ (nk) # # $Id: Makefile.in,v 1.1.1.1 1996/02/15 17:47:36 mclareni Exp $ # # $Log: Makefile.in,v $ # Revision 1.1.1.1 1996/02/15 17:47:36 mclareni # Kernlib # # MAKE = gmake SHELL = /bin/sh srcdir = @srcdir@ VPATH = @srcdir@ MACHINE = @MACHINE@ ifeq "$(srcdir)" "." absrcdir = $(shell pwd) else absrcdir = $(srcdir) endif OBJS= LIBRARY=dummy ifeq "$(LIBRARY)" "dummy" OBJS= endif .SUFFIXES: .cdf .PHONY:dummy production vaxsrc vaxcom debug clean distclean realclean TAGS depend fort_depend c_depend cc_depend @ dummy:: @echo Run Makefile in the parent directory debug production:$(OBJS) @test "$(LIBRARY)" = "dummy" || test "`echo *.o`" = "*.o" || ($(AR) rvs $(LIBRARY) *.o;$(RM) *.o) vaxsrc:$(VAX_FORTRAN_SOURCES) @ vaxcom:$(VAX_COMS) @ clean: @rm -f *.o *.bak distclean:clean @rm -f Makefile Makefile.obj realclean: @rm -f *~ #* TAGS:$(absrcdir)/*[Fch] @$(ETAGS) -f $(dir $(LIBRARY))/TAGS.$(LIBRARY_NAME) $(absrcdir)/*[Fch]