You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gr...@apache.org on 2002/03/22 20:01:03 UTC

cvs commit: apr/atomic/os390 Makefile.in

gregames    02/03/22 11:01:03

  Added:       atomic/os390 Makefile.in
  Log:
  adding Makefile.in
  
  Revision  Changes    Path
  1.1                  apr/atomic/os390/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  
  TARGETS = atomic.lo
  
  # bring in rules.mk for standard functionality
  @INCLUDE_RULES@
  
  INCDIR=../../include
  OSDIR=$(INCDIR)/arch/@OSDIR@
  DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
  INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
  
  # DO NOT REMOVE