This commit is contained in:
briano%netscape.com 1999-07-15 02:21:21 +00:00
Родитель bf20619ba5
Коммит 58abceae9b
1 изменённых файлов: 16 добавлений и 32 удалений

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
topsrcdir = @top_srcdir@
@ -23,12 +23,9 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = TestXPTC
SIMPLE_PROGRAMS = TestXPTCInvoke
CPPSRCS = \
TestXPTCInvoke.cpp \
$(NULL)
CPPSRCS = TestXPTCInvoke.cpp
include $(topsrcdir)/config/config.mk
@ -41,22 +38,9 @@ LIBS = \
$(NSPR_LIBS) \
$(NULL)
# PROGS = $(OBJDIR)/TestXPTCInvoke
# TARGETS= $(PROGS)
include $(topsrcdir)/config/rules.mk
# INCLUDES += -I$(PUBLIC)/xpcom -I$(PUBLIC)/js -I$(PUBLIC)/raptor
#$(PROGS): $(OBJS)
# @$(MAKE_OBJDIR)
# $(CC) -o $@ $(OBJS) $(LD_FLAGS) -L$(DIST)/lib $(LIBS) $(OS_LIBS)
# export:: $(TARGETS)
# $(INSTALL) $(PROGS) $(DIST)/bin
# clobber::
# rm -f $(DIST)/bin/TestXPTCInvoke
# rm -f $(PROGS) $(OBJS)
# For _write().
ifeq ($(OS_ARCH),BSD_OS)
OS_LIBS += -lgcc
endif