General cleanup.

git-svn-id: svn://10.0.0.236/trunk@46669 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-09-10 00:37:14 +00:00
parent bfc8590db8
commit 7f44a96556
5 changed files with 36 additions and 56 deletions

View File

@@ -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,33 +13,27 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = npsimple
LIBRARY_NAME = npsimple
IS_COMPONENT = 1
MODULE = npsimple
LIBRARY_NAME = npsimple
IS_COMPONENT = 1
LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public
CPPSRCS = npsimple.cpp
CPPSRCS = \
npsimple.cpp \
$(NULL)
include $(topsrcdir)/config/config.mk
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public
include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_SAMPLES := \
$(srcdir)/samples/embed-test.html \
$(NULL)
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
install::
$(INSTALL) $(srcdir)/samples/embed-test.html $(DIST)/bin/res/samples
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(DIST)/bin/res/samples