2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * support/*: Reverted libgtop changes. It's a common module and I should not modify it. * Added/removed files. Now the move should be done.
17 lines
428 B
Makefile
17 lines
428 B
Makefile
#
|
|
# Makefile for the linux system information tables.
|
|
#
|
|
# Note! Dependencies are done automagically by 'make dep', which also
|
|
# removes any old dependencies. DON'T put your own dependencies here
|
|
# unless it's something special (ie not a .c file).
|
|
#
|
|
# Note 2! The CFLAGS definition is now in the main makefile...
|
|
|
|
O_TARGET := table.o
|
|
OX_OBJS := main.o
|
|
|
|
M_TARGET := table_mod.o
|
|
MX_OBJS := module.o
|
|
|
|
include $(TOPDIR)/Rules.make
|