diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 04:10:07 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 04:10:07 +0000 |
commit | fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf (patch) | |
tree | 9eda848e56fcb862fdfdf479adeccd95b6fe387a /ksysguard/Makefile.in.temp | |
parent | 02f67d0e1355b79b1806746efb0f2f640e57f13d (diff) | |
download | tdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.tar.gz tdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/Makefile.in.temp')
-rw-r--r-- | ksysguard/Makefile.in.temp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ksysguard/Makefile.in.temp b/ksysguard/Makefile.in.temp index fbf54fb7b..b8e021dc2 100644 --- a/ksysguard/Makefile.in.temp +++ b/ksysguard/Makefile.in.temp @@ -23,7 +23,7 @@ bindir = @bindir@ all_includes = @all_includes@ all_libraries = @all_libraries@ -TQMOC = @TQMOC@ +MOC = @MOC@ XGETTEXT = @XGETTEXT@ CXX = @CXX@ LDFLAGS = @LDFLAGS@ @@ -48,11 +48,11 @@ LDFLAGS += $(all_libraries) $(CXX) $(CXXFLAGS) $(DEFS) $(INCLUDES) -c $< OBJECTS = hexfile.o hexwidget.o -SRCTQMOCS = hexwidget.moc hexfile.moc +SRCMOCS = hexwidget.moc hexfile.moc all: $(TARGET) -$(TARGET): $(SRCTQMOCS) $(OBJECTS) +$(TARGET): $(SRCMOCS) $(OBJECTS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) # recreate the Makefile @@ -89,11 +89,11 @@ clean: -rm -f $(TARGET) $(OBJECTS) *~ core distclean: clean - -rm -f Makefile $(SRCTQMOCS) + -rm -f Makefile $(SRCMOCS) -# add a dependcy for all tqmoc files to help some FreeBSD users ;) +# add a dependcy for all moc files to help some FreeBSD users ;) hexwidget.moc: hexwidget.h - $(TQMOC) hexwidget.h -o hexwidget.moc + $(MOC) hexwidget.h -o hexwidget.moc hexfile.moc: hexfile.h - $(TQMOC) hexfile.h -o hexfile.moc + $(MOC) hexfile.h -o hexfile.moc |