This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Correct make parsing


Hi! This string

./ffmpeg.o: ffmpeg.c config.h libavformat/avformat.h \
  c:/ffmpeg/libavcodec/avcodec.h c:/ffmpeg/libavutil/avutil.h \
  c:/ffmpeg/libavutil/common.h c:/ffmpeg/config.h \
  c:/ffmpeg/libavutil/internal.h c:/ffmpeg/libavutil/intreadwrite.h \
  c:/ffmpeg/libavutil/bswap.h c:/ffmpeg/libavutil/mem.h \
  c:/ffmpeg/libavutil/mathematics.h c:/ffmpeg/libavutil/rational.h \
  c:/ffmpeg/libavutil/intfloat_readwrite.h c:/ffmpeg/libavutil/log.h \
  libavformat/avio.h libavdevice/avdevice.h libswscale/swscale.h \
  c:/ffmpeg/libavutil/avutil.h libavformat/framehook.h libavcodec/opt.h \
  c:/ffmpeg/libavutil/rational.h libavutil/fifo.h libavutil/common.h \
  libavutil/avstring.h libavformat/os_support.h cmdutils.h

is unix formatted, an has not blanks, but cygwins make can not parse it properly.

I get ffmpeg.d:1: d** Multiple target patterns. Stop.


How to understand this "Multiple target" part?
Regards,
Konstantin.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]