1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

merge common parts of 68k and ppc builds

This commit is contained in:
Krystian Bacławski
2017-01-22 10:12:40 +01:00
parent 053a61fc4b
commit 457a9929d6
17 changed files with 895 additions and 1598 deletions

View File

@ -1,7 +1,7 @@
#
# $Id: libprofile.gmk,v 1.1 2006-09-17 17:37:27 obarthel Exp $
#
# :ts=8
# vim:ts=8 ft=make:
#
# -*- mode: makefile; -*-
@ -19,10 +19,7 @@ LIBS += \
##############################################################################
PROFILE_LIB = \
profile__mcount.o \
profile_gmon.o \
profile_mcount.o
include libprofile.obj.gmk
##############################################################################