~ubuntu-branches/ubuntu/quantal/uclibc/quantal

« back to all changes in this revision

Viewing changes to libc/stdio/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hector Oron
  • Date: 2011-06-11 03:06:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110611030620-ywjfvyuqvrpsm282
Tags: 0.9.32-1
* New upstream release
* Add myself as maintainer
* Bump standards version 
* Add Vcs-Git, Vcs-Browser and Homepage fields
* Add watch file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
9
9
#
10
10
 
 
11
subdirs += libc/stdio
 
12
 
11
13
# SUSv3 functions
12
14
CSRC := \
13
15
        fclose.c fcloseall.c fdopen.c fgetpos.c fopen.c freopen.c \
101
103
libc-nomulti-y += $(STDIO_OUT)/vfwprintf.o $(STDIO_OUT)/vfwscanf.o
102
104
endif
103
105
 
104
 
objclean-y += stdio_clean
 
106
objclean-y += CLEAN_libc/stdio
105
107
 
106
 
stdio_clean:
 
108
CLEAN_libc/stdio:
107
109
        $(do_rm) $(addprefix $(STDIO_OUT)/*., o os oS)