/[marvin]/marvin/src/gui/common.Makefile.in
ViewVC logotype

Diff of /marvin/src/gui/common.Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by matthieu, Wed Sep 17 05:39:45 2003 UTC revision 1.5 by srv89, Wed Sep 17 06:26:47 2003 UTC
# Line 39  MAIN_DIR = . Line 39  MAIN_DIR = .
39  MAIN_CC = $(wildcard $(MAIN_DIR)/*.cc)  MAIN_CC = $(wildcard $(MAIN_DIR)/*.cc)
40  MAIN_ML = $(wildcard $(MAIN_DIR)/*.ml)  MAIN_ML = $(wildcard $(MAIN_DIR)/*.ml)
41  # compiled native code .o files (with path!)  # compiled native code .o files (with path!)
42  MAIN_O = $(MAIN_CC:.cc=.o) $(MAIN_ML:.ml=.o)  MAIN_O = $(MAIN_CC:.cc=.o) #$(MAIN_ML:.ml=.o)
43  # compiled native code .o files (with path!)  # compiled native code .o files (with path!)
44  MAIN_O_LIB = $(MAIN_O)  MAIN_O_LIB = $(MAIN_O)
45    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26